:root {
    --color-rojo: #af0012;
}

/* GENERAL */

.btn-general {
    background-color: #af0012 !important;
    color: #fff !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.indicador-bg-red {
    background-color: #af0012;
}

.indicador-bg-gray {
    background-color: #747474;
}

.indicador-bg-cherry {
    background-color: #88000e;
}

.section-title {
    font-size: 1.5rem;
}

#range-filter {
    width: 90px;
}

.selector-container {
    float: right;
}

/* TEXT ALIGN */
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/* TEXT COLOR */

.text-white {
    color: #fff;
}

/* FONT SIZE */

.font-14 {
    font-size: 14px;
}

/* LOGIN */

.btn-login {
    background: #fff;
    border-radius: 20px;
    color: #af0012;
}

.text-center.logo {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 15px;

}

.input-login,
.input-login:focus {
    background: #af0012;
    border-radius: 20px;
    box-shadow: none;
    color: #fff;
}

.input-login::placeholder {
    color: #fff;
}

@media (max-width: 991px) {
    #login {
        height: 45rem;
    }

    .logo {
        margin-bottom: 1rem;
    }

    .row.justify-content-center.form-bg-image {
        margin-top: 10rem;
    }

    #sidebarMenu {
        width: 67%;
    }
}


#login {
    background: #af0012;
    color: #fff;
}

#login p {
    font-size: 1.5rem;
    font-weight: 300 !important;
}

#login-footer {
    bottom: 5px;
    left: 0;
    position: absolute;
    right: 0;
}

#login-header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#login-logo {
    width: 150px;
}

#remember-label {
    font-size: 0.875em;
    font-weight: 100;
}

/* DASHBOARD */

.indicador-img {
    max-height: 45px;
    max-width: 45px;
}

/* NAVBAR */

#sidebarMenu {
    background-color: #af0012 !important;
}

#sidebarMenu .logo {
    width: 80px
}

.sidebar .nav-item {
    font-weight: 300 !important;
}

nav.navbar.navbar-dark.navbar-theme-primary {
    background-color: #af0012;
}

/* DATATABLES */


.dataTables_length {
    float: right !important;
    padding-right: 1.5rem;
}

.dataTables_length select {
    background-color: white !important;
    border-radius: 5px !important;
}

.dataTables_filter {
    float: left !important;
    padding-left: 1.5rem;
    padding-bottom: 3rem;
}

.dataTables_filter input {
    background-color: white !important;
    border-radius: 5px !important;
}

/* NUEVA LANDING */
.nav-tabs .nav-link {
    font-weight: 400 !important;
}

.nav-tabs .nav-link.active {
    background-color: var(--color-rojo) !important;
}